/* CSS Document */

body{ margin:0; padding:0;font-family:"Microsoft YaHei"; width: 100%; background:#fff; font-size:12px; color:#666; }
img { border:none;}
ul,li{ list-style:none; margin:0px; padding:0px;}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,img,dl,blockquote,fieldset,div,strong,label,em{margin:0;padding:0;border:0;}
a{ text-decoration:none; color:#666; font-family:"Microsoft YaHei";}
#clear{ clear:both;}

#header{ width:64%; margin:0 auto; padding:0.8% 0;}
#header .logo{ width:65%; float:left;}
#header .top_tel{ float:right; margin-top:1%;width: 24%;}

#nav_zon{ width:100%; height:62px; background: #121315;}
#nav{ width:64%; margin:0 auto;}
#nav ul li{ float:left; position:relative; background:url(../images/nav_line.png) no-repeat left; width:12%;}
#nav ul li a{ width: 100%;text-align: center; display:block; float:left; color:#fff; line-height:62px;  font-size:14px; }
#nav ul li a.nav1{background:url(../images/nav_line.png) no-repeat right;}
#nav ul li a:hover{background: #0073d6; color:#fff;} 
#nav .nav_active a{ color:#fff; background:#aeaeae;}


/*---导航下拉时固定当前状态 ---*/
#nav .aNavHover{ background:url(../images/nav_bg2.jpg) repeat-x; color:#fff;}
/*---导航下拉---*/
@media (min-width:768px){
.web_nav{ display:none}
}
.main_nav ul  dl {position:absolute;left:0px;top:48px;width:170px; overflow:hidden;display:none;z-index:999; background:#aeaeae;}
.main_nav ul li dl dt{ width:150px !important; float:left; }

.main_nav ul li dl dt a {display:block; width:150px;height:30px; font-weight:normal;line-height:30px!important;text-align:left; font-size:12px!important; color:#fff!important; font-size:12px;border-bottom:1px solid #c0bebc; }
.main_nav ul li dl dt a:hover{color:#fff!important; background:#3c7f5a !important;}

/**ly_banner**/
.flickerplate {position:relative;width:100%;height:450px;background-color:#e6e6e6;overflow:hidden}
.flickerplate ul.flicks {width:10000%;height:100%;padding:0px;margin:0px;list-style:none}
.flickerplate ul.flicks>li {float:left;width:1%;height:100%;background-position:center;background-size:cover;display:table}
.flickerplate ul.flicks>li:nth-child(1){background-image:url(../images/ba1.jpg);}
.flickerplate ul.flicks>li:nth-child(2){background-image:url(../images/ba2.jpg);}
.flickerplate ul.flicks>li .flick-inner {height:100%;padding:10px;color:#fff;display:table-cell;vertical-align:middle}
.flickerplate ul.flicks>li .flick-inner .flick-content {max-width:68.75em;margin-left:auto;margin-right:auto}
.flickerplate ul.flicks>li .flick-title {padding:0px 0px;font-size:2.778em;line-height:1.995em;text-align:center}
@media only screen and (max-width:43.813em) {.flickerplate ul.flicks>li .flick-title {font-size:1.667em}}
.flickerplate ul.flicks>li .flick-sub-text {padding:5px;font-weight:300;line-height:2.5em;color:rgba(255,255,255,0.8);text-align:center}
.flickerplate ul.flicks>li .flick-title span.flick-block-text,.flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {padding:12px 18px;background-color:rgba(0,0,0,0.6)}
.flickerplate .arrow-navigation {position:absolute;height:80%;width:10%;top:10%;z-index:100;overflow:hidden}
.flickerplate .arrow-navigation .arrow {display:block;height:100%;width:90%;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;-ms-transition:all 0.2s ease-out;transition:all 0.2s ease-out}
.flickerplate .arrow-navigation:hover,.flickerplate .arrow-navigation .arrow:hover {cursor:pointer}
.flickerplate .arrow-navigation.left {left:0%}
.flickerplate .arrow-navigation.left .arrow {opacity:0;margin:0px 0px 0px 50%;background-image:url("../images/arrow-left-light.png");background-repeat:no-repeat;background-position:left}
.flickerplate .arrow-navigation.right {right:0%}
.flickerplate .arrow-navigation.right .arrow {opacity:0;margin:0px 0px 0px -50%;background-image:url("../images/arrow-right-light.png");background-repeat:no-repeat;background-position:right}
.flickerplate .arrow-navigation.left.hover .arrow {opacity:1;margin:0px 0px 0px 20%}
.flickerplate .arrow-navigation.right.hover .arrow {opacity:1;margin:0px 0px 0px -20%}
.flickerplate .dot-navigation {position:absolute;bottom:15px;width:100%;text-align:center;z-index:100}
.flickerplate .dot-navigation ul {text-align:center;list-style:none;padding:0px 15px}
.flickerplate .dot-navigation ul li {display:inline-block;float:none}
.flickerplate .dot-navigation .dot {width:10px;height:10px;margin:0px 5px;background-color:rgba(255,255,255,0.5);border-radius:50%;-o-border-radius:50%;-ms-border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;-webkit-transition:background-color 0.2s ease-out;-moz-transition:background-color 0.2s ease-out;-o-transition:background-color 0.2s ease-out;-ms-transition:background-color 0.2s ease-out;transition:background-color 0.2s ease-out}
.flickerplate .dot-navigation .dot:hover {cursor:pointer;background-color:rgba(255,255,255,0.5)}
.flickerplate .dot-navigation .dot.active {background-color:#158cf1;}
.flickerplate .dot-navigation.left,.flickerplate .dot-navigation.left ul {text-align:left}
.flickerplate .dot-navigation.right,.flickerplate .dot-navigation.right ul {text-align:right}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {background-image:url("../images/arrow-left-dark.png")}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {background-image:url("../images/arrow-right-dark.png")}
.flickerplate.flicker-theme-dark .dot-navigation .dot {background-color:rgba(0,0,0,0.12)}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {background-color:rgba(0,0,0,0.6)}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {background-color:#000}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {color:rgba(0,0,0,0.9)}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {color:rgba(0,0,0,0.9)}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text,.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {background-color:rgba(255,255,255,0.5)}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {color:rgba(0,0,0,0.9)}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {color:rgba(0,0,0,0.9)}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text,.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {background-color:rgba(255,255,255,0.5)}
.flickerplate.animate-transform-slide ul.flicks {-webkit-perspective:1000;-webkit-backface-visibility:hidden;transform:translate3d(0%,0px,0px);-webkit-transform:translate3d(0%,0px,0px);-webkit-transition:-webkit-transform 0.6s;-o-transition:-o-transform 0.6s;-moz-transition:-moz-transform 0.6s;transition:transform 0.6s}
.flickerplate.animate-transition-slide ul.flicks {position:relative;left:0%;-webkit-transition:left 0.4s ease-out;-moz-transition:left 0.4s ease-out;-o-transition:left 0.4s ease-out;-ms-transition:left 0.4s ease-out;transition:left 0.4s ease-out}
.flickerplate.animate-jquery-slide ul.flicks {position:relative;left:0%}
.flickerplate.animate-scroller-slide {padding-bottom:0px;overflow:auto}
.flickerplate.animate-scroller-slide ul.flicks {position:auto}
/**ly_banner**/


#pro_banner{ background:url(../images/probanner.jpg) no-repeat center; width:100%; height:246px;}
#gy_banner{width:100%; height:246px;}
#js_banner{ background:url(../images/jsbanner.jpg) no-repeat center; width:100%; height:246px;}
#news_banner{ background:url(../images/newsbanner.jpg) no-repeat center; width:100%; height:246px;}
#con_banner{ background:url(../images/con_banner.jpg) no-repeat center; width:100%; height:246px;}
#zx_banner{ background:url(../images/zxbanner.jpg) no-repeat center; width:100%; height:246px;}

/*内页banner*/
.ny_banner{width:100%;height:246px;margin-bottom:20px;position:relative;overflow: hidden;}
.ny_banner .slideshow {height: 246px;overflow: hidden;background-repeat: no-repeat;background-position: center center;background-size: cover;}


#mainpro{ width:100%; padding:30px 0; background:#f3f3f3;}
#biaoti{ width:64%; margin:0 auto; text-align:center;margin-top: 5px;margin-bottom: 30px;}
#bt_bg{ width:100%; height:100px; background:#f3f3f3; padding-top:50px; margin:20px 0 40px;}
#biaoti b{ font-size:45px; font-weight:normal;}
#biaoti span{ font-size:25px; font-style:italic;}


/*----箭头产品滚动----*/
.rollBox {width: 90%;max-width: 1440px;overflow: hidden;margin: 0 auto;}
.rollBox .LeftBotton {height: 40px;width: 40px;background: url(../images/prev.png) center center no-repeat;overflow: hidden;float: left;display: inline;
    margin: 164px 0 0 0; cursor: pointer;}
.rollBox .RightBotton {height: 40px;width: 40px; background: url(../images/next.png) center center no-repeat;overflow: hidden;
    float: left;display: inline;margin: 164px 0 0 0;cursor: pointer;}
.rollBox .Cont{width:1150px;margin:0 8px;overflow:hidden;float:left;}
.rollBox .ScrCont{width:10000000px;}
.rollBox #List1,.rollBox #List2{float:left;padding: 10px 0;}
.rollBox .Cont .pro_list{margin-right:20px;float:left;text-align:center;height: 360px;background: #fff;border: 1px solid #e4e4e4;}
/*---箭头产品滚动结束----*/
.proimg_bk{ width:18.5%; height:211px;position:relative;display:table-cell;text-align:center;vertical-align:middle;}
.proimg_bk .proimg{width:100%;line-height:211px;height:211px;font-size:211px;text-align:center;position:static;+position:absolute;top:50%}
.proimg_bk img {vertical-align:middle;position:static;+position:relative;top:-50%;left:-50%; max-width:100%; max-height:200px}
.pro_list p{ font-size:14px; line-height:43px; height:40px; overflow:hidden; font-weight:normal; border:1px solid #121315;  width:60%; background:url(../images/icon5.png) 170px center no-repeat; margin-left:15%; padding-left:4%;}
.pro_list p a{ display:block; width:80%; overflow:hidden; height:40px;}
.pro_list span{ display:block; font-size:15px; line-height:23px; height:48px; overflow:hidden; margin:20px 15px 15px; text-align:left;}

@media (max-width:767px){
#bt_bg{ padding-top:20px; margin:20px 0 20px;line-height: 60px;height: 80px;}
.rollBox .LeftBotton{ display:none;}
.rollBox .RightBotton{display:none;}
}

.abme_bg{width:64%; height:310px; margin:0 auto; padding:10px 0 30px;}
.abme_bg>.title{width:7.1%; height:230px; float:left; margin-top:3.2%; background-image:url(../images/001454_03.jpg); font-size:26px; text-align:center; color:#000;}
.abme_bg>.title div{width:50%; margin:0 auto; line-height:30px; padding-top:55px;}
.abme_bg .text{height:auto; width:47%; float:left; padding-left:35px; padding:3.2% 3% 0 3.1%;}
.abme_bg .text .title{float:left; font-size:22px; line-height:22px; color:#4c4b4b; padding-top:10px; margin-bottom:15px;}
.abme_bg .text .more{float:right; font-size:12px; height:26px; line-height:28px; width:25%; text-align:center; border:1px solid #eee;  margin-top:9px; margin-bottom:8px;}

.abme_bg .text .msg{clear:both; text-indent:2em; line-height:30px; color:#747474; height: 180px;overflow: hidden;}
.abme_bg .img{float:right;margin-top:3.2%; overflow:hidden;}

.w_980{width:64%; margin:0 auto;}
.product{width:100%; margin:0 auto; clear:both;position: relative;}
.head{height:150px; background:url(../images/001454_05.jpg) no-repeat; width:100%;}
.head .menu_tit,.head1 .menu_tit{width:24.6%; height:83px; border:1px solid #bebebe; border-bottom-color:#23201d; background-color:#fff; float:left; margin-top:65px;}
.head2 .title_b{width:100%; height:83px; border:1px solid #bebebe; border-bottom-color:#23201d; background-color:#fff; float:left;}
.head .menu_tit .a,.head1 .menu_tit .a,.head2 .title_b .a{font-size:27px; color:#000; line-height:26px; padding-left:15px; padding-top:15px;}
.head .menu_tit .b,.head1 .menu_tit .b,.head2 .title_b .b{font-size:18px; line-height:20px; font-style:italic; font-family:Arial, Helvetica, sans-serif; padding-left:15px; padding-top:10px;}
.head1{ margin-top:-150px;}
.head2{ margin-top:15px;}
.product .cont{width:64%; margin:0 auto; clear:both;min-height: 400px;}
.product .lnav{width:24.6%; float:left; border:1px solid #bebebe;}
.product .lnav1{width:24.6%; float:left; border:1px solid #bebebe;}


.product .lnav1 ul li{ width:183px; margin:0 auto; line-height:47px; color:#383838; background:url(../images/001454_08.png) no-repeat 167px 17px;position:relative; }
.product .lnav1 ul li a{ color:#333; display:block; height:47px; line-height:47px; overflow:hidden; border-bottom:1px solid #ddd;}
.product .lnav1 ul li  a:hover{ color:#007deb !important;}
.product .lnav1 ul li ul li a{ padding-left:10px;}



.search{float: right;width: 40%;height: 32px;position: relative;top: 90px;}
.search img{width: 26%;}
.txt {width: 56.5%;height: 32px;background:#fff;border-radius: 20px;border: 0;padding-left: 4%; float:left; margin-right:2%;}
#txt1{font-size: 12px;position: absolute;top: 10px;left: 15px;}
.search_submit {width:10%;height: 34px;float: right; background:url(../images/ss_an.png) no-repeat;cursor: pointer;border:none;}
#pro_ul1{ padding-top:10px; float:right; width:71.8%;}
#ny_right #pro_ul1{ width:100%;}
#pro_ul1 #ind_pro_img{ text-align:center; width: 31%; float:left; margin: 1% 1% 1% 0.7%;}
.proimg_bk1{ width:23.6%; height:170px; border:1px solid #ddd;position:relative;display:table-cell;text-align:center;vertical-align:middle;}
.proimg_bk1 .proimg{width:100%;line-height:100%;height:100%;font-size:170px;text-align:center;position:static;+position:absolute;top:50%}
.proimg_bk1 img {vertical-align:middle;position:static;+position:relative;top:-50%;left:-50%; max-width:100%; max-height:100%}
#pro_ul1 p{ font-size:12px; line-height:30px; height:30px; overflow:hidden; font-weight:normal; text-align:center;  width:100%;}

.lnews{ width:53%; float:left;}
.info .title{font-size: 18px;line-height: 24px; color:#014fdd;padding-right: 65px;min-height: 30px;}
.info .msg{font-size: 14px;line-height: 22px;height: 65px;overflow: hidden;}
.xw{ float:left; margin-right:20px;}
#ny_newslb_box{ clear:both; margin-top:20px;}
#ny_newslb_box li{ height:30px;line-height:30px; font-size:12px; overflow:hidden; background:#f3f3f3; padding:0 15px; margin-bottom:10px;}
#ny_newslb_box li a{ color:#636363; float:left;}
#ny_newslb_box li span{ float:right; color:#b6b6b6;}

/*----小屏*banner----*/
#banner_Small{ height:300px; width: 430px; float:right;position:relative; z-index:999}
#banner_Small .picBtnLeft { height:300px; position:relative; zoom:1; width:100%; overflow:hidden;}

/*----箭头切换按钮----*/
#banner_Small .picBtnLeft .hdd{width:100%; overflow:hidden; height:41px; margin-top:135px; position:absolute; z-index:10;} 
#banner_Small .picBtnLeft .hdd .prev{ display:block;width:15px; height:41px;float:left;overflow:hidden;cursor:pointer; background:url(../images/prevh.png) no-repeat;}
#banner_Small .picBtnLeft .hdd .prev:hover{ background:url(../images/prevh.png) no-repeat;}
#banner_Small .picBtnLeft .hdd .next{ display:block;width:15px;height:41px;float:right;overflow:hidden;cursor:pointer; background:url(../images/nexth.png) no-repeat;}
#banner_Small .picBtnLeft .hdd .next:hover{background:url(../images/nexth.png) no-repeat;}

#banner_Small .picBtnLeft .bd {height:300px; position: absolute; width: 430px;}
#banner_Small .picBtnLeft .bd img { height:254px; width:387px; z-index:1; margin-left:22px;}
#banner_Small .picBtnLeft .bd li { position:relative; zoom:1; width:430px;  display:inline-block; }
#banner_Small .picBtnLeft .bd li .pic { position:relative; z-index:0; line-height:0px; }
#banner_Small .picBtnLeft .bd li .bg { display:none;}
#banner_Small .picBtnLeft .bd li .title { display:none;}
#banner_Small .picBtnLeft .bd a img { padding-top: 0px!important}
/*---小屏*结束----*/

.footer{ width:100%; padding-top:30px; padding-bottom:10px; background:#121315; margin-top:15px;}
.Links{border:solid 1px #aadcff;border-radius:5px;padding:0 12px;min-height:40px;margin-bottom:15px;}
.link_title{display:inline-block;width:75px;text-align:center;position:absolute;margin-top:-20px;margin-left:450px;color:#fff;font-family:"宋体"; padding:10px;background:#AD0F17;}
.mid {width:64%;margin:0 auto;}
.link_con ul{padding:15px 0; overflow:hidden;}
.link_con ul li{float:left;padding:0 12px;line-height:24px;background:url(dbsx.jpg) right center no-repeat;}
.link_con ul li a{font-family:"宋体"; font-size:12px; color:#cfcfcf;}
.link_con ul li a:hover{color:#fff;}

.foot{text-align:center;}
.foot p{font-size:12px; color:#cfcfcf; line-height:26px;}
.foot p a{color:#cfcfcf; margin-left:5px;}


#ny_biaoti{ line-height: 45px;width:100%;border-bottom: 1px solid #ccc; float:right;}
#ny_biaoti b{ float:left; font-size:18px; font-weight:normal;  padding-left:10px;width: 20%;}
#ny_biaoti span{ float:right;font-size: 12px; width:75%; display:block;text-align: right;}
#ny_left{ width:24.6%; float:left;}
#ny_left .lnav{width:100%;}
#ny_right{float:right;width: 72.8%;}
.proxiaxm{padding:10px; border:1px solid #E6E6E6; margin-top:10px;}
.proxiaxm p{margin-top:10px;}
.proxiaxm p img{vertical-align:middle; margin-right:4px; margin-left:1px; border:0px none;}
.contact_con{ background:url(../images/contact_tp.jpg) no-repeat; height:135px; position:relative; padding:15px 0 0 15px; margin-top:20px;}
.contact_con b{ font-weight:normal; font-size:13px;}
.contact_con p{width:150px;position: absolute;left: 74px;top: 44px;line-height: 18px;}
.contact_con p span{ font-size:15px; display:block; margin-bottom:5px;}

.about{padding: 20px 1.35% 0 2%; clear:both;min-height: 100px;}
.about_con{ float:left; width:100%; line-height:26px; font-size:14px;}

.inside_rnewscon{ margin:20px 1.3% 10px 2%;; padding:0 1.3%; line-height:22px;}
.head2 #ny_newslb_box1{ clear:both;border: 1px solid #bebebe;width: 100%;}
#ny_newslb_box1 li{ height:43px;line-height:46px; border-bottom:1px dotted #ddd; font-size:13px; overflow:hidden; background:url(../images/ico13.jpg) no-repeat 5px center; padding-left:20px;}
#ny_newslb_box1 li a{ color:#636363; float:left;}
#ny_newslb_box1 li span{ float:right; color:#b6b6b6;}

#newscont .newsname{ width:98%; padding-left:10px; font-size:16px; font-weight:bold; line-height:50px; height:50px; border-bottom:1px dotted #ddd; text-align:center; display:block;}
.dcont{ line-height:24px; padding:0px 10px 10px 10px; border-bottom:1px dotted #ddd; }
#news_sx{ margin-top:20px; color:#80817c; font-size:14px; line-height:25px;}
#news_sx .sx_left{ float:left;}
#news_sx .sx_right{ float:right; background:url(../images/001454_08.png) no-repeat right 5px; padding-right:20px; margin-top:10px;}

/* 产品详细页 产品图片展示和基本资料 */
#pro_detail_box01{ width:100%;height:408px;clear:both; padding-top:10px; margin-bottom:20px; padding-bottom:10px;}
#prodetail_img{ float:left; width:280px; position:relative; height:320px; padding:3px; border:2px solid #ddd; background:#fff; text-align:center;}
#prodetail_img img{ vertical-align:middle;}
#pro_detail_text{ float:right; height:400px;width:47.5%;  display:block; font-size:12px;}
#pro_detail_text h1{font-size:16px; line-height:23px; border-bottom:1px solid #ccc; color:#22469a; margin-bottom:12px;font-family: "Microsoft YaHei"; padding-bottom:10px;}
#pro_detail_text .fhbc{ font-size:12px; line-height:22px; color:444;}
#pro_detail_text .bt{ font-size:14px; color:#333; background:url(../images/bgPro2.jpg) no-repeat left; padding-left:22px; margin-bottom:10px;}


/* 产品介绍、详细参数、售后服务--TAB-- */ 
#ny_pro_box02 #con { width:100%;margin:0 auto; clear:both;}
#ny_pro_box02 #tags {height:33px;line-height:35px; border-bottom:2px solid #080808;}
#ny_pro_box02 #tags li {float:left;list-style-type: none; height:33px; margin-right:3px;}
#ny_pro_box02 #tags li a {color: #333;line-height:33px;height:33px;width:102px; background:#ddd; text-decoration: none;display:block; text-align:center;font-size:14px;}
#ny_pro_box02 #tags li a:hover{ width:102px;color:#fff; height:33px; border-top:none;}
#ny_pro_box02 #tags li.emptyTag {BACKGROUND: none transparent scroll repeat 0% 0%; WIDTH: 4px;}
#ny_pro_box02 #tags li.selectTag {background-position: left top;  position: relative; height:33px;}
#ny_pro_box02 #tags li.selectTag a {width:102px;height:33px; background:#121213; color:#fff;}
#ny_pro_box02 #tagContent {font-size:12px;color:#333;overflow:hidden;clear:both; width:100%; clear:both; min-height:200px; line-height:24px; background:#fff;}
#ny_pro_box02 .tagContent {DISPLAY: none; COLOR: #474747; padding-top:15px; padding-bottom:20px;}
#ny_pro_box02 #tagContent DIV.selectTag {DISPLAY: block; overflow:hidden;}
#tagContent table{border: 0px solid #fff;	border-collapse: collapse; max-width:100%;}	
#tagContent table tr td{border: 1px solid #ccc;}


#pro_an a{ width: 48%;height:38px; margin-top:20px; display:block; float:left; text-align:center; font-size:14px; color:#FFFFFF; line-height:38px;font-family:"Microsoft YaHei"}
#pro_an{ margin-bottom:5px; clear:both; height:40px;}
#pro_an01{ background:#f1f1f1; margin-right:3%; color:#666 !important; border:1px solid #ddd;}
#pro_an02{ background:#0E0E0E;}


/*---- 分页 ----*/
#fengye{ text-align:center;font-size:0px; line-height:0px;height:28px; *height:28px; overflow:hidden;clear:both; margin-bottom:3px; padding-top:20px; color:#fff;}
#fengye input{ width:20px; height:15px; color:#e6392b;}
#fengye a{ cursor:pointer;width:60px;color: #fff; text-align:center; display:block; float:left; margin-right:10px; font-size:12px; line-height:25px;  background-color:#121213;}
#fengye a:visited{color: #ff7300;}
#fengye a:hover{  color:#fff;background:#2897f8;}
#fengye input{  height:30px; text-decoration:999em; border:none; display:block; margin-top:60px;}


/*-- 其他 --*/
#rlt {float: left;width:49%;height: auto;}
#preview {text-align: center; margin:-1px auto; margin-left:-1px; width:380px; float:left;}
.jqzoom {border: #ddd 1px solid;width:100%; height:100%; position:relative;display:table-cell;text-align:center;vertical-align:middle; overflow:hidden}
.jqzoom .proimg{width:100%;line-height:100%;height:100%;font-size:100%;text-align:center;position:static;+position:absolute;top:50%}
.jqzoom .proimg img {vertical-align:middle;position:static;+position:relative;top:-50%;left:-50%; max-width:90%; max-height:90%}
#spec {margin:10px 0;overflow: hidden;}
#specList { margin-left:1%;}
#specList UL LI {width:22%; height:90px;display: inline; float: left; margin-right: 4px;border: #ccc 1px solid;display:flex;justify-content:center;align-items:center;}
#specList UL LI IMG {padding:2px;max-width:98%;margin-bottom: 1px; max-height:96%;cursor: pointer;}
.pro_ms{ height:auto; overflow:hidden;}

/*普通在线客服03*/
.ser_btn { width: 30px; height: 100px; overflow: hidden; margin: 0; padding: 0; background:url(../images/qq03_ser_btn.png) no-repeat; background-position: -30px 0; cursor: pointer; position: fixed; top: 180px; right: 0; z-index:10000;}
.ser_main { width:120px; overflow: hidden; margin: 0; padding: 14px 15px 14px 14px; border-left: 1px solid #dfdfdf; border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf; border-radius: 0 0 0 5px; position: fixed; top: 180px; right: -150px; z-index: 99; background:#FFF; z-index:10000;}
.ser_main .ser_con { width: 120px; overflow: hidden; margin: 0 auto 3px; padding: 0;}
.ser_tit { width: 100px; height: 28px; overflow: hidden; line-height: 28px; margin: 0 auto; padding: 0 10px; border-radius: 5px 5px 0 0; background-color: #158cf1; color: #fff; font-size: 12px; font-weight: bold;}
.ser_btm { width: 120px; height: 5px; overflow: hidden; margin: 0 auto; padding: 0; background-color: #158cf1; border-radius: 0 0 5px 5px;}
.ser_con .lxr_list { width: 100px; overflow: hidden; margin: 0 auto; padding: 15px 9px 0; border-left: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf;}
.lxr_list ul li { width: 100px; overflow: hidden; margin: 0 auto 15px; padding: 0;}
.lxr_list ul li h3 { width: 100%; height: 16px; overflow: hidden; line-height: 16px; margin: 0 auto 5px; padding: 0; color: #333; font-size: 12px; font-weight: bold; text-align: center;}
.lxr_list p { width: 100%; height: 16px; overflow: hidden; line-height: 16px; margin: 0 auto; padding: 0; color: #666; font-family: Helvetica, Helvetica Neue, Arial," sans-serif"; font-size: 12px; text-align: center;}
.ser_con .qq_list { width: 80px; overflow: hidden; margin: 0 auto; padding: 15px 19px 7px; border-left: 1px solid #dfdfdf; border-right: 1px solid #dfdfdf;}
.qq_list ul li { width: 80px; height: 24px; overflow: hidden; margin: 0 auto 8px; padding: 0;}

/*目录*/
.menu_list { background:#fff;width:100%;overflow: hidden; margin: 0 auto; padding: 20px 9px 19px; box-sizing: border-box;}
.menu_list .menu_li { width:100%; height: 100%;margin: 0 auto; padding: 0 10px; box-sizing: border-box;}
.menu_li>p>a{width:60%;float:left;display:block;color:#515671;}
.menu_li p { width:100%; height: 40px; overflow: hidden; line-height: 40px; color: #666; font-size: 14px; font-weight: bold; background-color: #f6f6f6; margin: 0 auto; padding: 0 0 0 20px; box-sizing: border-box;margin-bottom:5px;border-bottom: 1px solid #ddd;}
.menu_li>p>span{display:block;width:30%;height:40px;float:right;background: url(../images/menu_tb1.png) 80% center no-repeat;-webkit-transition: all .25s;-moz-transition: all .25s;-ms-transition: all .25s;-o-transition: all .25s;transition: all .25s; }
.menu_li>p>span.on{transform:rotateX(180deg);}
.menu_li>p:hover{background:#f3f3f3;color:#333;}
.menu_li>p:hover a{color:#333;}
.menu_li>p:hover span{background: url(../images/menu_tb1.png) 80% center no-repeat;}
.menu_li ul {display:none; width:100%; overflow: hidden; margin: 10px auto; padding: 0;}
/*产品分类第一个默认展开*/

.menu_li ul li { width:100%; height: 30px; overflow: hidden; margin: 0 auto; padding: 0;}
.menu_li ul li a { display: block; width:100%; height: 30px; overflow: hidden; line-height: 30px; color: #808ea4; font-size: 12px; margin: 0 auto; padding: 0 5%; box-sizing: border-box;}
.menu_li ul li a p{width:100%;color: #999;background-color:#fff;height:30px;line-height:30px;font-weight:normal;border-bottom: none; padding-left:0px;}
.menu_li p img, .menu_li ul li a img { display:block; width:14px; height: 14px; margin: 13px 13px 13px 0; padding: 0; float: left;}
.menu_li ul li a img {margin: 7px 13px 13px 0; }
.menu_li ul li a:hover { color:#fe0100;}

.yqlianjie{width: 64%;margin:10px auto;clear: both;}
.muluzhan a p{color: #999 !important;background-color: #fff!important;height: 30px!important; line-height: 30px!important;font-weight: normal!important; border-bottom: none!important;}

/*首页新闻动态*/
.h_news{background:#f6f6f6;width:100%;padding:30px 0 0; overflow:hidden;margin-top: 30px;}
.h_tlt1{text-align: center;width:100%;}
.h_tlt1 p{display: block;font-size:30px;line-height: 54px;color:#333;font-weight:bold;}
.h_tlt1 span{display: block;font-size:24px;line-height: 32px;color:#b9b9b9; text-transform : uppercase}
.h_news_in{padding:20px 0 30px;}
.h_news_in ul li{float: left;width: 50%;padding: 15px 2%; box-sizing:border-box;}
.h_news_in ul li .newslist_wrap{display:block;float: left;width: 90%;padding: 20px 5%;position: relative;background: #fff;}
.h_news_in ul li .data{ float:left; position:absolute; left:20px; top:20px; width:92px; text-align:center; padding:15px 11px 0 0; color:#333333; font-size:16px; line-height:16px; font-family:Arial;-webkit-transition: all 0.5s ease-out 0s; -moz-transition: all 0.5s ease-out 0s; -o-transition: all 0.5s ease-out 0s; transition: all 0.5s ease-out 0s;  }
.h_news_in ul li .data time{ display:block;font-size:35px; line-height:36px; margin:5px 0;}
.h_news_in ul li .info{ min-height:90px; padding-left:100px;}
.h_news_in ul li .tit{display:block; float:left; width:90%; color:#333333; font-size:18px; line-height:28px; margin:5px 0 10px 0; padding-right:25px;-webkit-transition: none; -moz-transition:none; -o-transition:none; transition:none; overflow: hidden; text-overflow: ellipsis; white-space:nowrap; }
.h_news_in ul li .p1{ float:left; width:100%; color:#333333; font-size:14px; line-height:24px; height:48px; overflow:hidden;}
.h_news_in ul li:hover .newslist_wrap{box-shadow: 0px 0px 30px rgba(88,85,99,.1);}
.h_news_in ul li:hover .tit{ color:#0073d6;}
.h_news_in ul li:hover .tit{ background:url(../images/main48.png) right center no-repeat}
@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {

}
@media screen and (max-width:1023px) and (min-width:768px) {

}
@media (max-width: 767px) {
	.h_tlt1 span{ font-size:20px;}
	.h_news_in{ padding:10px 0;}
.h_news_in ul li{ width:100%; padding:10px 2%;}
}


/*首页技术文章*/
.h_article{background:#ffffff;width:100%;padding:30px 0 8px;}
.h_article_in{padding:35px 0 0;}
.h_article_in ul li{width:30.66667%;float:left;padding:20px 2% 40px;margin:0 4% 3% 0;background: #f6f6f6; box-sizing:border-box;}
.h_article_in ul li:nth-child(3n){ margin-right:0;}
.h_article_in ul li a.tlt{display:block;font-size:18px;color:#333;height:42px;line-height:42px;text-align:center;overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.h_article_in ul li span{font-size:14px;display:block;height:40px;line-height:40px;color:#999;text-align:center;}
.h_article_in ul li p{color:#666;font-size:14px;line-height:24px;padding-top:10px;text-align:center;height:100px;overflow:hidden;}
.h_article_in ul li a.more{display:block;width:138px;height:38px;background:#000;font-size:14px;color:#fff;text-align:center;line-height:38px;margin:22px auto 0;}
.h_article_in ul li:hover a.more{background:#0073d6;cursor:pointer;}
.h_article_in ul li:hover a.tlt{color:#0073d6;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {

}
@media screen and (max-width:1023px) and (min-width:768px) {
.h_article_in{padding:30px 0 14px;}
}
@media (max-width: 767px) {
	.h_article_in{ padding:20px 0 0;}
.h_article_in ul li{ width:100%;}
}